Skip to content

Fix extra Usage creation from regex#138

Open
bobh66 wants to merge 5 commits intocrossplane-contrib:mainfrom
bobh66:fixregexusage
Open

Fix extra Usage creation from regex#138
bobh66 wants to merge 5 commits intocrossplane-contrib:mainfrom
bobh66:fixregexusage

Conversation

@bobh66
Copy link
Copy Markdown
Collaborator

@bobh66 bobh66 commented May 4, 2026

Description of your changes

Modify the rule scan logic to only do deletion dependency handling on the rule before the current rule.

Fixes #137

I have:

Signed-off-by: Bob Haddleton <bob.haddleton@nokia.com>
renovate Bot and others added 4 commits May 6, 2026 08:31
…plane-contrib#141)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ource is not yet observed (crossplane-contrib#140)

when enableDeletionSequencing=true, the function panics when a before-resource exists in desired but not yet in observed

Signed-off-by: Gabriel Gaudreau <ggaudreau@genetec.com>
Co-authored-by: Gabriel Gaudreau <ggaudreau@genetec.com>
Co-authored-by: Bob Haddleton <bobh66@users.noreply.github.com>
Signed-off-by: Bob Haddleton <bob.haddleton@nokia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

function creates extra Usage resources when a regex pattern is used in rule step > 2

2 participants